home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UTIL
/
DISKUTIL
/
PROFILER
/
!ProFiler
/
Dox
/
Sprites
< prev
next >
Wrap
Text File
|
1997-05-12
|
2KB
|
75 lines
<html><head><title>Sprites in ProFiler</title></head>
<body>
<h1><center><u>Sprites used in the viewers</u></center></h1>
<p>Much of the sprite info below is plainly wrong if the SC_Filer+ module is loaded. See the docs on <a href="./SC_Filer+">SC_Filer+</a> in this case.
<p><h2>Files & Image files (XTypes &0000-&0FFF and &3000-&3FFF)</h2>
<pre>Priority Sprite
1 small_ttt (only for small files)
2 file_ttt
3 small_xxx (only for small files)
4 file_xxx
<i>Where ttt is 3 digit type in hex.</i>
</pre>
<p><h2>Untyped files (XType &FFFFFFFF)</h2>
<pre>Priority Sprite
1 file_dead (only when load & exec are both &DEADDEAD)
2 small_xxx (only for small files)
3 file_xxx
</pre>
<p><h2>Applications (XType &1000-&2FFF, excluding &1FFD)</h2>
<pre>Priority Sprite
1 sm<name>o (only for small open apps)
2 <name>o (only for open apps)
3 sm<name> (only for small apps)
4 <name>
</pre>
If none of the above exist, this one is used:
<pre>5 wait_txxx (where t is 1 or 2 depending on the name.)
</pre>
<p>The app is then Filer_Booted in the background. After booting, this list is checked:
<pre>Priority Sprite
1 sm<name>o (only for small open apps)
2 <name>o (only for open apps)
3 sm<name> (only for small apps)
4 <name>
5 smdiro_tttt (only for small open apps)
6 diro_tttt (only for open apps)
7 smdir_tttt (only for small apps)
8 dir_tttt
<i>Where tttt is 4 digit type in hex.</i>
</pre>
<p>If no sprite has been found yet, the rest depends on bit12-15 of the extended type:
<p><u>XTypes 1000-1FFF:</u>
<pre>Priority Sprite
9 small_diro (only for small open apps)
10 directoryo (only for open apps)
11 small_dir (only for small apps)
12 directory
</pre>
<p><u>XTypes 2000-2FFF:</u>
<pre>Priority Sprite
9 small_appo (only for small open apps)
10 applicationo (only for open apps)
11 small_app (only for small apps)
12 application
</pre>
<p><h2>Plain directories (XType &1FFD)</h2>
<pre>Priority Sprite
1 small_diro (only for small open dirs)
2 directoryo (only for open dirs)
3 small_dir (only for small dirs)
4 directory
</pre>
</body></html>